ci: fix futures job maybe
authorFelix Krull <f_krull@gmx.de>
Fri, 28 Jun 2019 18:54:03 +0000 (20:54 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000 (12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml

index 4c6f54a465a0f415df1916f8bbbf6fd6e3917542..9a64bb3979079f62e218931ad5e01303d95460b4 100644 (file)
@@ -57,6 +57,8 @@ ostree_futures:
   image: rustlang/rust:nightly
   variables:
     FEATURES: --features v2018_9,futures
+  script:
+  - cargo test --verbose ${FEATURES}
 
 # docs
 docs: